home *** CD-ROM | disk | FTP | other *** search
/ Champak 33 / Volume 33 - JOGO DISK .iso / Games / snowboard.swf / scripts / frame_1 / PlaceObject2_3_8 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Text File  |  2007-01-15  |  174b  |  8 lines

  1. onClipEvent(enterFrame){
  2.    if(_name != "point")
  3.    {
  4.       _root.ball.xspeed -= (_root.ball._x - _X) / 4;
  5.       _root.ball.yspeed -= (_root.ball._y - _Y) / 4;
  6.    }
  7. }
  8.